-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
62 lines (62 loc) · 1.84 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "scrollsdk",
"version": "94.2.0",
"description": "This npm package includes the Particles class, the Parsers compiler-compiler, a Parsers IDE, and more, all implemented in Particles, Parsers, and TypeScript.",
"types": "./built/scrollsdk.node.d.ts",
"main": "./products/Particle.js",
"prettier": {
"parser": "babel",
"useTabs": false,
"tabWidth": 2,
"semi": false,
"printWidth": 240,
"trailingComma": "none",
"arrowParens": "avoid",
"quoteProps": "as-needed"
},
"files": [
"products/Disk.node.js",
"products/parsers.nodejs.js",
"products/ParsersCompiler.js",
"products/Parsers.js",
"products/hakon.nodejs.js",
"products/Path.js",
"products/stamp.nodejs.js",
"products/stump.nodejs.js",
"products/swarm.nodejs.js",
"products/TestRacer.js",
"products/ParticleFileSystem.js",
"products/Particle.js",
"products/Utils.js"
],
"engineStrict": true,
"engines": {
"node": ">=16.0"
},
"scripts": {
"local": "node ./products/Kitchen.node.js",
"build": "./builder.ts produceAll; ./builder.ts produceAllLangs",
"updateVersion": "./builder.ts updateVersion",
"test": "ts-node builder.ts test",
"cloc": "cloc $(git ls-files | grep --extended-regexp --invert-match 'products|lib|package-lock')",
"checkLinks": "linkinator -r https://sdk.scroll.pub",
"coverage": "tap --cov --coverage-report=lcov ${__filename} test"
},
"repository": {
"type": "git",
"url": "git://github.com/breck7/scrollsdk"
},
"keywords": "scroll",
"devDependencies": {
"@types/codemirror": "^5.60.7",
"@types/glob": "^8.1.0",
"@types/node": "^18.15.11",
"express": "^4.18.2",
"glob": "^9.3.4",
"prettier": "^2.8.8",
"superagent": "^8.0.9",
"ts-node": "^10.9.1",
"typescript": "^5.0.3",
"scroll-cli": "^136.2.1"
}
}