-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.25 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": "@webarkit/featureset-display",
"version": "0.3.0",
"main": "dist/ARFset.js",
"description": "FeatureSET Display based on ARToolKit, ported thanks to Emscripten",
"keywords": [
"ARToolKit",
"AR",
"Augmented Reality",
"NFT"
],
"author": "Walter Perdan @kalwalt (https://github.com/kalwalt)",
"repository": "https://github.com/webarkit/FeatureSET-Display.git",
"homepage": "https://github.com/webarkit/FeatureSET-Display",
"contributors": [
""
],
"bugs": {
"url": "https://github.com/webarkit/FeatureSET-Display/issues"
},
"dependencies": {
"@babel/runtime": "^7.17.8",
"axios": "^0.26.1"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"babel-loader": "^8.2.4",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
},
"scripts": {
"build": "node tools/makem.js; echo Built at `date`",
"build-no-libar": "node tools/makem.js --no-libar; echo Built at `date`",
"dev-es6": "webpack --mode development --progress --watch",
"build-es6": "webpack --mode production",
"serve": "npx http-server -c -1",
"watch": "./node_modules/.bin/watch 'npm run build' ./js/"
},
"license": "LGPL-3.0"
}