-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.11 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@cartesi/creepts-machine",
"version": "0.1.0",
"description": "Creepts's Cartesi Machine",
"main": "src/node-verifier.js",
"scripts": {
"build": "webpack",
"info": "npm-scripts-info",
"test": "jest"
},
"keywords": [
"cartesi",
"creepts"
],
"author": "Danilo Tuler ([email protected])",
"license": "Apache-2.0",
"scripts-info": {
"info": "Display information about the package scripts",
"build": "Clean and rebuild the project using Webpack",
"test": "Unit test the project"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@babel/preset-typescript": "^7.8.3",
"@bitjson/npm-scripts-info": "^1.0.0",
"babel-core": "^6.26.3",
"babel-jest": "^25.1.0",
"babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-preset-env": "^1.7.0",
"eslint": "^6.8.0",
"eslint-loader": "^3.0.3",
"jest": "^25.1.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"@cartesi/creepts-engine": "^0.1.0",
"@cartesi/creepts-mappack": "^0.1.0"
}
}